home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Mac OS X Throbber / Source / Headers / AppConstants.h
Encoding:
Text File  |  2000-06-24  |  806 b   |  26 lines

  1. // =================================================================================
  2. //    AppConstants.h                ©1995-1999 Metrowerks Inc. All rights reserved.
  3. // =================================================================================
  4.  
  5. #ifndef _H_AppConstants
  6. #define _H_AppConstants
  7. #pragma once
  8.  
  9. #include <PP_Types.h>
  10.  
  11. const ResIDT        PPob_TextWindow                    = 1000;
  12. const PaneIDT        kTextScroller                    = 1;
  13. const PaneIDT        kTextView                        = 2;
  14.  
  15. const ResIDT        PPob_TextPrintout                = 1100;
  16. const PaneIDT        kTextPlaceholder                = 1;
  17.  
  18. const ResIDT        STRx_DefaultDocumentTitle        = 1000;
  19. const SInt16        DefaultDocumentTitle_Untitled    = 1;
  20. const SInt16        DefaultDocumentTitle_UntitledX    = 2;
  21.  
  22. const OSType        kApplicationCreator                = FOUR_CHAR_CODE('????');
  23.  
  24. const ResIDT        styl_DocumentInfo                = 128;
  25.  
  26. #endif // _H_AppConstants